Add comments for forced L2R directions of menu bar and tool bar.
authorEli Zaretskii <eliz@gnu.org>
Sat, 18 Jun 2011 20:17:29 +0000 (23:17 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 18 Jun 2011 20:17:29 +0000 (23:17 +0300)
commit4f35f01aea1174b22c5e9218f6524959520c432c
tree0a39addf68cc3d7a09f32bb566d4d9834c115c9d
parent5bb6dd9625bce67b40f3b75d4ab55e3abe567faf
Add comments for forced L2R directions of menu bar and tool bar.
GCPRO Lisp string inside bidi.c.
Force L2R direction in buffer menu buffer.

 src/xdisp.c (tool_bar_lines_needed, redisplay_tool_bar)
 (display_menu_bar): Force left-to-right direction.  Add a FIXME
 comment for making that be controlled by a user option.
 src/bidi.c (bidi_move_to_visually_next): GCPRO the Lisp string we
 are iterating.
 lisp/buff-menu.el (Buffer-menu-mode, list-buffers-noselect): Force
 left-to-right paragraph direction.
lisp/ChangeLog
lisp/buff-menu.el
src/ChangeLog
src/bidi.c
src/xdisp.c